All Questions
Tagged with apicustom-field
14 questions
0votes
0answers
236views
How to consume external API from WordPress post editor and display the response data in the custom field?
I am developing a custom post type called "Team," where I will add some profiles of team members. I am using ACF for the custom field to add personal details of the members (I can also ...
1vote
0answers
288views
How To Save Data From Remote APIs To ACF?
I've been attempting to ingest remote data from an api partner into Wordpress. To data I've used wpallimport plugin, but it's quite limited. How would one connect with a remote api and then save the ...
1vote
1answer
373views
Login WP - Connect single field to an external api
I made a plugin to allow wordpress login with external api. Everything works, now what I have to do is that when a user logs in for the first time, the plugin checks to see if it is already present on ...
0votes
0answers
511views
Cannot edit post meta fields with rest API
I am using python to send POST requests to /wp-json/wp/v2/< post type >/< post id >. This successfully updates standard fields such as title, content etc. However I am unable to make any ...
0votes
0answers
330views
Wordpress Rest API custom field not updating till i manually update the post
i m using a video theme, i have two custom fields called, actor and add new actor. if i add new actor , it automatically create a actor. and the name i put on 'new actor' field shows on 'actor' field ...
0votes
0answers
246views
Custom pages or Custom Posts
I am looking for a way to create custom pages, regarding the information that it holds on the WP CMS, I don't care about the layout, that will be handled separately. (To be clear, I want a custom page ...
0votes
1answer
175views
Buik update custom field values from external API
I have many posts (about 1,000) where each contains a custom field with a value. I need to update these values periodically, hopefully at least once per day, from an external API. What is a ...
-1votes
1answer
777views
Retrieve Google API JSON data and store as WordPress Custom Fields
I am trying to use Google Places API with WordPress. I am trying to create a function where I get the API data and store it as custom fields. I found a similar answer, but it only deals with cache. ...
1vote
1answer
3kviews
Create new post with meta data using WordPress API
I have a stand alone app done in PHP which creates a new post on my remote WordPress site. Everything works with exception of adding meta data / custom fields to the post at the time when I create it....
7votes
2answers
2kviews
Is there a way to get protected meta fields through any of the available built-in WordPress APIs? (xmlrpc, wp-json)
WordPress has several APIs build in: XML-RPC REST API by default they don't return custom post types or protected meta keys. I want to access the protected meta fields of a plugin. I tried to follow ...
0votes
1answer
1kviews
Custom post metadata not appearing in public API
I'm using wordpress.com's public REST API to retrieve custom posts from a Wordpress installation. The JSON that's being returned is missing all the custom fields, however. The fields are definitely ...
2votes
1answer
2kviews
How to create download links based on Custom Fields with Rewrite API
For me this is quite hard to do, but I guess that this could be easily done by an expert. :) Let's suppose I have a post, which is a custom post type resources, with the following data: Post Slug: ...
0votes
1answer
1kviews
Use Gravity Forms and a Shopping Cart for output to Freshbooks for an Estimate [closed]
I've been asked to develop a website pretty much like (but not the same as): http://www.yoursingapore.com/ basically we need to allow people to add Wordpress posts (custom post types) into a sort of ...
8votes
3answers
10kviews
Best way to programmatically remove a category/term from a post
I am working on a script to convert all posts in a given category to use a postmeta flag instead (testing of MySQL has shown me that on a site as large as mine this will lead to a meaningful decrease ...